home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / dos999.zip / 31022.TXT < prev    next >
Text File  |  1993-10-05  |  3KB  |  110 lines

  1. *************************************************************************
  2. SETTING UP STACKER HARDWARE DRIVERS FOR USE WITH STACKER 3.1 AND MS-DOS 6
  3.  
  4. If your Stacker coprocessor was installed and working at the time you
  5. installed Stacker 3.1 under MS-DOS 6, you can set up Stacker 3.1 to 
  6. continue using it by following these instructions.
  7.  
  8. *************************************************************************
  9.  
  10. To install a Stacker hardware driver you need to:
  11.  
  12. --Copy the appropriate hardware driver to your Stacker directory
  13. --Determine the base address for your AT/16 or XT/8 coprocessor
  14. --Add a line to your CONFIG.SYS file
  15. --Restart your computer
  16.  
  17.  
  18. 1.  First, copy the hardware driver file for your coprocessor to the
  19.     directory that contains your Stacker files (usually C:\STACKER):
  20.  
  21.     At the DOS prompt, type one of these:
  22.  
  23.         COPY drive:LZS_AT16.SYS C:\STACKER
  24.  
  25.           or
  26.  
  27.         COPY drive:LZS_XT8.SYS C:\STACKER
  28.  
  29.           or
  30.  
  31.         COPY drive:LZS_MC16.SYS C:\STACKER
  32.  
  33.     where drive: is the drive that contains the hardware driver
  34.     file. If your Stacker files are in a different directory,
  35.     type its name instead of C:\STACKER.
  36.  
  37. 2.  (XT/8 and AT/16 only) Determine the base address for the card by
  38.     viewing your STACKER.INI file.
  39.  
  40.     a.  Change to your STACKER directory.
  41.  
  42.     b.  You have to examine a file on your uncompressed boot drive.
  43.         If drive C is a Stacker drive, type:
  44.  
  45.           STACKER
  46.  
  47.         The result includes a line like this: 
  48.  
  49.          Drive C: was drive C: at boot time  [D:\STACVOL.DSK = 112 MB]
  50.  
  51.         The drive letter following the square bracket (D here) is the
  52.         uncompressed drive letter.
  53.  
  54.     c.  Type: 
  55.  
  56.           STACINI drive
  57.  
  58.         where drive is the drive letter for your uncompressed boot drive.
  59.  
  60.     d.  Write down the number after the /B=. This is the base address for
  61.         your coprocessor. The possible base addresses are:
  62.  
  63.         AT/16    XT/8
  64.         -----    -----
  65.          200     C400
  66.          220     C800
  67.          240     CC00
  68.          260     D000
  69.          280     D400
  70.          2A0     D800
  71.          2E0     DC00
  72.  
  73.         You must use the same base address to ensure that your
  74.         coprocessor continues to function.
  75.  
  76.     e.  The /B switch has no effect in the STACKER.INI file. Move the
  77.         cursor to this line, then press the Delete key repeatedly to
  78.         remove it.
  79.    
  80.     f.  Press Ctrl+Z to save the file.
  81.  
  82. 3.  Now, edit your CONFIG.SYS file. 
  83.  
  84.     a.  Change to the root directory of your boot drive and type:
  85.  
  86.           EDIT CONFIG.SYS
  87.  
  88.     b.  Type one of these lines immediately before the line that begins
  89.         with "DEVICEHIGH. . ." and ends with "STACHIGH.SYS":
  90.  
  91.         DEVICEHIGH = C:\STACKER\LZS_XT8.SYS /B=base address
  92.  
  93.            or
  94.  
  95.         DEVICEHIGH = C:\STACKER\LZS_AT16.SYS /B=base address
  96.  
  97.            or
  98.  
  99.         DEVICEHIGH = C:\STACKER\LZS_MC16.SYS 
  100.  
  101.         where base address is the number from the /B line.
  102.  
  103.     c.  Save the file and exit the editor (Alt+F followed by X, 
  104.         then press Enter to choose Yes).
  105.  
  106. 4.  Restart your computer to put the change into effect.
  107.  
  108.  
  109. ************************************************************************
  110.